home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / bumper_craft.swf / scripts / DefineButton2_140 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  80 b   |  5 lines

  1. on(release){
  2.    _root.menuMusic.stop();
  3.    _root.gotoAndStop("mainGame");
  4. }
  5.